home *** CD-ROM | disk | FTP | other *** search
/ Minami 55 / MINAMI55.ISO / Varios / Juegos / 05 - Power_Ranger.swf / scripts / DefineSprite_136 / frame_5 / DoAction.as
Text File  |  2004-10-04  |  311b  |  19 lines

  1. if(_parent._x <= _root.s0.a._x + 15 && _parent._x >= _root.s0.a._x - 15)
  2. {
  3.    _parent._x = _root.s0.a._x;
  4.    _parent.gotoAndPlay(11);
  5.    gotoAndStop(6);
  6. }
  7. else
  8. {
  9.    if(_parent._x < _root.s0.a._x)
  10.    {
  11.       _parent._x += 13;
  12.    }
  13.    else
  14.    {
  15.       _parent._x -= 13;
  16.    }
  17.    gotoAndPlay(4);
  18. }
  19.